home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\SCRIPT\SILENT < prev    next >
Text File  |  1994-12-28  |  583b  |  14 lines

  1. # This is necessary when you join crowded channels like #report...
  2. # All the join,leave,quit,nick and mode change messages do not appear
  3. # on the screen, unless you have %U somewhere in your STATUS_FORMAT,
  4. # then the changes will be displayed in your status line, which is
  5. # a lot less annoying and distracting.  ;-)
  6.  
  7. on ^join * set status_user Join: $0 \($1\)
  8. on ^leave * set status_user Leave: $0 \($1\)
  9. on ^signoff * set status_user Signoff: $*
  10. on ^nick * set status_user Nick: $0 now $1
  11. on ^mode * set status_user Mode: $*
  12. # on ^topic * set status_user Topic by $0: $1-
  13. # lynx91
  14.